.product-detail-nav {
    color: #607ca2;
}

.quantitymain {
    margin-bottom: 0px;
}

.product-detail-nav.nav .nav-item a {
    color: #607ca2;
}

.product-title {
    font-size: 30px;
}

.vehicle-icons .badge {
    align-items: center;
    gap: 5px;
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 5px;
    font-weight: bold;
    background-color: #dfdfdf !important;
}

.connectivity-icons .badge {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    font-weight: bold;
    background-color: #dfdfdf !important;
}

.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}